home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.MDIForm frmTreasure
- BackColor = &H8000000C&
- Caption = "Adventures in 4 Dimensions"
- ClientHeight = 4224
- ClientLeft = 84
- ClientTop = 348
- ClientWidth = 7536
- Height = 4608
- Left = 36
- LinkTopic = "MDIForm1"
- Top = 12
- Width = 7632
- Attribute VB_Name = "frmTreasure"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub mnuFileExit_Click()
- End
- End Sub
-